Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/add_chain_1_12_updates #139

Merged
merged 5 commits into from
Nov 14, 2023
Merged

feat/add_chain_1_12_updates #139

merged 5 commits into from
Nov 14, 2023

Conversation

aarmoa
Copy link
Contributor

@aarmoa aarmoa commented Nov 2, 2023

Update documentation to include all compatibility changes in the Python and Go SDKs for the chain upgrade to 1.12
This PR includes all changes for chain streams originally posted in #129

NOTE:

  • Only merge the PR once the chain has been upgraded in mainnet
  • Update the latest change date in the changelog md file

@aarmoa aarmoa mentioned this pull request Nov 2, 2023
denom=network.fee_denom,
)]
tx = tx.with_gas(gas_limit).with_fee(fee).with_memo('').with_timeout_height(client.timeout_height)
gas_limit = sim_res.gas_info.gas_used + 20000 # add 20k for gas, fee computation
Copy link
Contributor

@achilleas-kal achilleas-kal Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aarmoa please replace the value of 20000 to 25000. After the last upgrade, gas was increased and 20K was not enough. Simulation might fail with 20K. The rest of the examples have been updated I think.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the heads up @achilleas-kal. I need to update the examples in the SDKs too. I will prepare the PRs

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the problem was that someone updated the buffer gas to 25k in the docs, but never applied the same change to the Python SDK repo examples

@aarmoa aarmoa marked this pull request as ready for review November 8, 2023 12:31
@aarmoa aarmoa changed the title feat/add_chain_1_22_updates feat/add_chain_1_12_updates Nov 10, 2023
… Removed the list of sentry nodes and replaced the mention to k8s cluster for the mention of the load balanced node
@aarmoa aarmoa merged commit c883005 into main Nov 14, 2023
7 checks passed
@aarmoa aarmoa deleted the feat/add_chain_1_22_updates branch November 14, 2023 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants